Version

dragDropMode Property

Gets sets drag-drop mode. If set, the DragDropEffect won't be overridable via the keyboard. Which means it doesn't matter if the user presses the Ctrl or Shift key, because the specified effect will remain. To turn off this behavior the developer can pass in a DragDropEffect of Default. A constant of Infragistics.Web.UI.DragDropEffects.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dragDropMode() : Integer
function set_dragDropMode(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.get_dragDropMode();
See Also